home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: news.kei.com!wang!news
- From: guy@arshaviv.technion.ac.il (Guy Shaviv)
- Subject: Looking for a simple matrix class
- Organization: Technion, Israel Institute of Technology
- Date: Mon, 1 Jan 1996 19:03:25 GMT
- Message-ID: <Pine.SGI.3.90.960101105238.9981A-100000@herod.technion.ac.il>
- Sender: news@wang.com
-
- I'm looking for a _simple_ matrix class which can handle the basic math
- operators +,-,* and maybe a few other stuff. I need it to compile on an
- SGI (ATT C++). I tried a few of the matrix classes around (all of which
- are much more sofisticated then I need). newmat and LinAlg failed to
- compile on the SGI. matclass (from netlib) compiled well, and is a very
- complete package, however after stumbling on a bug too many in the package
- I'm forced to leave it. The whole point is using a ready made package is
- not having to worry about its bugs and spending time debugging it...
-
- Help!, thanks.
-
- --
- Guy \\\\|////
- ( O O )
- ---oOOo--U--oOOo---
-
-
-